projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df1099
)
(timer): Link with $(LOADLIBES).
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 05:00:58 +0000
(
05:00
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 05:00:58 +0000
(
05:00
+0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index 6740ab8126cac0ab72b8d7516e241a77441a0d09..135b7b3d4f0c9497a4a06322510790ef3a267625 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-248,7
+248,7
@@
getdate.o: ${srcdir}/getdate.y ../src/config.h
timer.o: ${srcdir}/timer.c ../src/config.h
$(CC) -c -I${srcdir}/../src $(ALL_CFLAGS) ${srcdir}/timer.c
timer: ${TIMEROBJS}
- $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} -o timer
+ $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS}
$(LOADLIBES)
-o timer
make-path: ${srcdir}/make-path.c
$(CC) $(ALL_CFLAGS) ${srcdir}/make-path.c -o make-path